HTTPServerOptions

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

HTTPCodecFactory
alias HTTPCodecFactory = HTTPCodec delegate(string, TransportDirection)
Undocumented in source.
RequestHandlerFactory
alias RequestHandlerFactory = RequestHandler delegate(RequestHandler, HTTPMessage)
Undocumented in source.

Structs

IPConfig
struct IPConfig
Undocumented in source.

Variables

handlerFactories
RequestHandlerFactory[] handlerFactories;
Undocumented in source.
listenBacklog
uint listenBacklog;
Undocumented in source.
maxHeaderSize
size_t maxHeaderSize;
Undocumented in source.
ssLConfig
ServerSSLConfig ssLConfig;
Undocumented in source.
threads
size_t threads;
Undocumented in source.
timeOut
size_t timeOut;
Undocumented in source.

Meta